home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00074_Script_reverse
< prev
next >
Wrap
Text File
|
1999-09-22
|
1KB
|
37 lines
on mouseUp
-- -- Glossary
global name, gloson
set xx to the clickOn
if the visible of sprite 106 then
set the visible of sprite 106 to false
set the visible of sprite 107 to false
set the visible of sprite 108 to false
set zz to the name of member (the memberNum of sprite 117)
set yy to chars(zz,2,6)
set the memberNum of sprite 117 to the number of member yy of castlib "eb.cst"
end if
if xx > 0 then
if gloson = 1 then
set yy to the memberNum of sprite xx
set mm to chars(the name of member yy of castlib "eb.cst",2,6)
set the memberNum of sprite xx to the number of member (mm)
updateStage
endNewMovie
updateStage
-- set the membernum of sprite the clickon to the number of member name of castlib "eb.cst"
else
set yy to the memberNum of sprite xx
set mm to the name of member yy of castlib "eb.cst"
set the memberNum of sprite xx to the number of member ("r"&mm)
updateStage
beginNewMovie
set gloson to 1
end if
end if
end
on mouseDown
preLoadMovie "gloss"
end